home *** CD-ROM | disk | FTP | other *** search
-
- CMERGE ST Programmer's Manual CMERGE
-
- NAME
- cmerge - merge c source with generated assembly source
-
- SYNOPSIS
- cmerge file.c file.s
-
- DESCRIPTION
- cmerge reads a "C" source file, and the assemble source file
- generated by the Alcyon C Compiler. It merges the two files
- into one, and writes to stdout. The assembly source is merged
- in context with the c source lines that created them, as well
- as can be determined by the notations in the assembly file.
- The first file name on the command line must be the c source
- file, and the second must be the generated assembly file.
-
- BUGS
- This is a rather hit-and-miss proposition. The Alcyon compiler
- does not insert all line numbers into the assembly file, so the
- assembly code is merged based on whatever line numbers are there.
-
- AUTHOR
- George R. Woodside PPN 76537,1342
- 5219 San Feliciano Drive
- Woodland Hills, Ca. 91364
-
- Printed 01/09/87 1
-